home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5672 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: nntp.magwien.gv.at!ta5790
  2. From: stw@adv.magwien.gv.at (Wolfgang Steiner)
  3. Newsgroups: comp.os.ms-windows.programmer.win32,comp.lang.basic.visual.misc,comp.os.ms-windows.programmer.ole,comp.lang.c++
  4. Subject: Re: Calling 32-bit DLLs from 16-bit-Applications
  5. Date: Tue, 06 Feb 96 06:19:51 GMT
  6. Organization: City Council of Vienna, Computer Dep.
  7. Message-ID: <4f6ru7$13g_001@adv.magwien.gv.at>
  8. References: <4enu1u$20c_001@adv.magwien.gv.at> <4etq1s$7fc@news.wco.com>
  9. NNTP-Posting-Host: ta5790.adv.magwien.gv.at
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4etq1s$7fc@news.wco.com>, dbirdman@tidepool.com wrote:
  13. >
  14. >There is a public domain thunking .DLL called CALL32.DLL.  I have a
  15. >copy available from one of my pages:
  16. >http://www.redshift.com/~arcatpet/vb.html
  17. >
  18. >There are also a couple of VB3 program source code samples there that
  19. >use the .DLL, one for Win95 taskbar tray usage, and another for
  20. >Win95/NT registry reading/writing.  Note that internal documentation
  21. >for CALL32.DLL says it will only work on NT, but it was written before
  22. >the WOW in Win95 became compliant with the NT version.  No problems
  23. >experienced with Win95 - haven't tested with Win32s.
  24. >
  25.  
  26. It works with Win95, but unfortunately it doesn't work with Win32s because 
  27. Win32s only supports Universal Thunks (and the DLL is using Generic Thunks).
  28.  
  29. Do you know whether there exists a DLL like CALL32.DLL for Win32s?
  30. Do you know the EMail address from the author of CALL32.DLL (Peter Golde)?
  31.  
  32. Regards
  33. Wolfgang
  34.  
  35.     
  36.  
  37. --------------------------------------------------------------------
  38. Wolfgang Steiner; MA 14 - ADV; Rathausstr.1; A-1082 Vienna; Austria
  39. phone:    +43-1-4000/98601
  40. fax:    +43-1-4000/7141
  41. eMail:    stw@adv.magwien.gv.at
  42. --------------------------------------------------------------------
  43.